home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / stsim2.zip / README!.!!! < prev    next >
Text File  |  1993-04-01  |  4KB  |  80 lines

  1.                                                           $
  2.          ssssss    ttttt   oooo    cccc   k  k          $$$$$
  3.         sss          t    o    o  cc      k k          $$ $
  4.          ssssss      t    o    o  c       kk            $$$$$
  5.              sss     t    o    o  cc      k  k            $ $$
  6.          ssssss      t     oooo    cccc   k   k         $$$$$
  7.                                                           $
  8.  
  9. Welcome to stock simulation/game V0.02. This is program comes with all
  10. source code, units and data files. This program has not even begun to
  11. be developed yet. All source is in Turbo Pascal version 4 and above. If
  12. you are a programmer, either in hobby or professionally and can understand
  13. Pascal, look through the source and debug, add document, beutify, horrify,
  14. whatever you feel will make this program more interesting. Then, go to
  15. this file and write your name, the bbs that you can be reached at, its number,
  16. and a short description of what you did to improve the program. Here is the
  17. list so far:
  18.  
  19. Contributor:         BBS:                Contributions:
  20. --------------------------------------------------------------------------
  21. Andrew Verba         Compu-Data BBS      Added the graphing function.
  22.                      X-Evious BBS        I found several bugs in the
  23.                                          sell procedure. Updated the version
  24.                                          to V0.02.
  25. --------------------------------------------------------------------------
  26. After you insert yourself in the list, upload all of the work files back
  27. to the bbs, under a different name. Be sure to say that this is a stock
  28. market game or simulation and state the version number V0.03 ect.. in the
  29. description. Update the version by 0.01 unless you feel that you contributed
  30. especially to the program, in which case add .1 or even 1 to the version
  31. number!! Finally document this file to describe the changes you made,
  32. if you want to.
  33.  
  34. There are several source files so far:
  35.         menu.pas - contains a menuing procedure as well as a box drawing
  36.               procedure. The menu procedure needs to be expanded to include
  37.               a title at the top of the menu, and the ability to have
  38.               more elements than those displayed on the screen:
  39.                                |--------|
  40.                                |choice 1|
  41.                                |choice 2|   |
  42.                                |--------|  \|/  scroll down to get
  43.                                  choice 3       more choices
  44.                                    choice 4
  45.  
  46.         Sunit.pas - general purpose unit holding some of the procedures
  47.                 and general functions. Desperately needs documentation!
  48.                 more units may also be needed!
  49.  
  50.         stock.pas - main program holding all of the main procedures.
  51.                 all of the procedures need to be organized! variables
  52.                 need to be sorted out. Especially the dynamic variable
  53.                 that records each stock and its price, the dow average,
  54.                 and the players total assets. Also, a dispose procedure
  55.                 has to be done to release all the heap of this dynamic
  56.                 variable when you quit the simulation.
  57.  
  58. And remeber,
  59. this doesn't just have to be a stock game in content. If you want to
  60. add bonds, t-bills, commodities, options go right ahead, even little
  61. arcade sections like pacman as little trinkets of the game would be helpfull.
  62. I was thinking of a boss key option some spreadsheet, or dos prompt would
  63. be nice.
  64.  
  65.  
  66.         Well, overall, alot can be added to this program. If you want to
  67. be remembered as doing something for this great program, contribute.
  68. It could eventually be as big as Fractals v17.00 is today.
  69.  
  70.  
  71.  
  72.  
  73. Good Luck
  74. and May GOD give you the power of programming
  75.  
  76.         from the Creator.
  77.  
  78.  
  79.  
  80.